Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.0 #689

Merged
merged 3 commits into from
Aug 5, 2020
Merged

Release 2.1.0 #689

merged 3 commits into from
Aug 5, 2020

Conversation

ialokim
Copy link
Collaborator

@ialokim ialokim commented Aug 4, 2020

As requested in #683, I've prepared the next release.

I've updated PTE and the translations, bumped the version number and tested the release.

As some Guava annotations are used directly in Transportr source code, I've added it now as an explicit dependency directly excluding the submodules that are not needed.

Fixes #683

@ialokim ialokim added this to the 2.1 milestone Aug 4, 2020
@cla-bot cla-bot bot added the cla-signed ✔️ The Contributor Licence Agreement was signed by all contributors. label Aug 4, 2020
implementation('com.google.guava:guava:29.0-android') {
exclude module: 'listenablefuture'
exclude module: 'failureaccess'
exclude group: 'com.google.j2objc'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can get rid of this again, eventually. Especially if it is just some annotations, we use.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think most (if not all) of them are used only in Java classes, so after finishing the migration to Kotlin, we might remove the dependency.

@grote
Copy link
Owner

grote commented Aug 5, 2020

Thanks a lot! 🎉

@grote grote merged commit 8b8ee04 into grote:master Aug 5, 2020
@ialokim ialokim deleted the prep-release branch August 5, 2020 13:13
@ialokim ialokim mentioned this pull request Nov 12, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed ✔️ The Contributor Licence Agreement was signed by all contributors.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New release?
2 participants